Autogenerated HTML docs for v1.5.4-rc2-68-ge708a
diff --git a/git-config.html b/git-config.html index 72b8323..6dd5844 100644 --- a/git-config.html +++ b/git-config.html
@@ -1598,6 +1598,25 @@ access method.</p> <dl> <dt> +help.browser +</dt> +<dd> +<p> + Specify the browser that will be used to display help in the + <em>web</em> format. See <a href="git-help.html">git-help(1)</a>. +</p> +</dd> +<dt> +help.format +</dt> +<dd> +<p> + Override the default help format used by <a href="git-help.html">git-help(1)</a>. + Values <em>man</em>, <em>info</em>, <em>web</em> and <em>html</em> are supported. <em>man</em> is + the default. <em>web</em> and <em>html</em> are the same. +</p> +</dd> +<dt> http.proxy </dt> <dd> @@ -1710,6 +1729,50 @@ </p> </dd> <dt> +instaweb.browser +</dt> +<dd> +<p> + Specify the program that will be used to browse your working + repository in gitweb. See <a href="git-instaweb.html">git-instaweb(1)</a>. +</p> +</dd> +<dt> +instaweb.httpd +</dt> +<dd> +<p> + The HTTP daemon command-line to start gitweb on your working + repository. See <a href="git-instaweb.html">git-instaweb(1)</a>. +</p> +</dd> +<dt> +instaweb.local +</dt> +<dd> +<p> + If true the web server started by <a href="git-instaweb.html">git-instaweb(1)</a> will + be bound to the local IP (127.0.0.1). +</p> +</dd> +<dt> +instaweb.modulepath +</dt> +<dd> +<p> + The module path for an apache httpd used by <a href="git-instaweb.html">git-instaweb(1)</a>. +</p> +</dd> +<dt> +instaweb.port +</dt> +<dd> +<p> + The port number to bind the gitweb httpd to. See + <a href="git-instaweb.html">git-instaweb(1)</a>. +</p> +</dd> +<dt> log.showroot </dt> <dd> @@ -2111,6 +2174,16 @@ not set, the value of this variable is used instead. </p> </dd> +<dt> +web.browser +</dt> +<dd> +<p> + Specify a web browser that may be used by some commands. + Currently only <a href="git-instaweb.html">git-instaweb(1)</a> and <a href="git-help.html">git-help(1)</a> + may use it. +</p> +</dd> </dl> </div> <h2>Author</h2> @@ -2127,7 +2200,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 07-Jan-2008 07:50:08 UTC +Last updated 08-Jan-2008 09:12:44 UTC </div> </div> </body>